if (v35 != 255) {
  accept.input();
  cancel.line();
  program.control();
  clear.lines(23,24,0);
  v36 = 25;
  if (v35 == 1) {
    print("You are now dead.");
  }
  v35 = 255;
}
v36--;
if (v36 == 1) {
  print("Too bad, your dead. Thank you, come again!");
  quit(1);
  }
  if (v36 == 4) {
  print("THE END");
  quit(1);
  }
  if (v36 == 2) {
  print("The ship arse was blown up and the ship sank. Heehee!!");
  quit(1);
    }
  if (v36 == 3) {
  print("Thank you, play again!");
  quit(1);
  }
if (controller(c19)) {
  menu.input();
}
if ((controller(c2) ||
    said("flush"))) {
  call(92);
}
if ((controller(c5) ||
    said("do","down") ||
    said("do"))) {
  restore.game();
}
if ((controller(c7) ||
    said("look in","down") ||
    said("look in"))) {
  restart.game();
}
if ((controller(c10) ||
    said("button"))) {
  status();
}
if ((controller(c1) ||
    said("examine"))) {
  stop.sound();
  quit(0);
}
if (controller(c6)) {
  toggle.monitor();
}
if (controller(c21)) {
  print("(This game is about Lefty who is trying to get on vacation)");
}
if (controller(c16)) {
  toggle(f9);
}
if (isset(f2) &&
    !isset(f4)) {
  print("You are dead! You can only restore, restart, quit the game or view "
        "your inventory.");
}
return();